-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix mixed precision check in TestCase.run_layer_test: compare with output_spec dtype instead of hardcoded float16 #19297
Fix mixed precision check in TestCase.run_layer_test: compare with output_spec dtype instead of hardcoded float16 #19297
Conversation
…hardcoded float16
…tead of hardcoded float16" This reverts commit 94d5584.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #19297 +/- ##
==========================================
- Coverage 80.14% 75.56% -4.59%
==========================================
Files 341 365 +24
Lines 36163 39863 +3700
Branches 7116 7747 +631
==========================================
+ Hits 28982 30121 +1139
- Misses 5578 8062 +2484
- Partials 1603 1680 +77
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Need help with > sh shell/format.sh
Skipped 26 files
All done! ✨ 🍰 ✨
626 files left unchanged. |
Run |
As i wrote here #19297 (comment) i already ran that script. |
I suppose you don't have the latest version of |
Updated to latest version 24.2.0 (previous version installed with requirements.txt as noted in contribution docs). |
No description provided.